home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 October / PCW1001.iso / October / Translation / pardon.exe / {app} / Pardon.chm / htmlhelp.css < prev    next >
Cascading Style Sheet File  |  2000-10-29  |  715b  |  87 lines

  1. /* Microsoft HTML Help WorkShop CSS*/
  2.  
  3. body
  4. {
  5. font-family: Verdana, Arial, Helvetica, Sans-Serif;
  6. font-size: 10pt;
  7. }
  8.  
  9. a:link
  10. {
  11. background: transparent; 
  12. color: #0000FF;
  13.  
  14. a:visited
  15. {
  16. color: #800080;
  17. }
  18.  
  19. h1
  20. {
  21. font-weight: bold;
  22. font-size: 10pt;
  23. }
  24.  
  25. li
  26. {
  27. margin-top: 4pt;
  28. }
  29.  
  30. ul li
  31. {
  32. padding-top: 4pt;
  33. }
  34.  
  35. ol li
  36. {
  37. padding-bottom: 4pt;
  38. }
  39.  
  40. ul
  41. {
  42. }
  43.  
  44. ol
  45. {
  46. }
  47.  
  48. ol ul
  49. {
  50. margin-top: 0em;  
  51. list-style: disc;
  52. }
  53.         
  54. code
  55. {
  56. font-family: Courier;
  57. }
  58.  
  59. pre
  60. {
  61. font-family: Courier;
  62. }
  63.  
  64. table
  65. {
  66. width: auto; 
  67. text-align: left;
  68. font-size: 75%; 
  69. font-size: +12;
  70. }
  71.             
  72. th
  73. {
  74. text-align: left;
  75. }
  76.  
  77. td
  78. {
  79. margin-right: 0em;
  80. }
  81.  
  82. img
  83. {
  84. margin-top: -4pt;
  85. }           
  86.